Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add $Null() as value alternative #1361

Merged
merged 3 commits into from
Dec 3, 2024
Merged

Add $Null() as value alternative #1361

merged 3 commits into from
Dec 3, 2024

Conversation

hjboth
Copy link
Contributor

@hjboth hjboth commented Oct 21, 2024

also add header line to get a link target for the special null case, makes it much easier to locate that snippet in answers and within capire itself.

also add header line to get a link target for the special null case, makes it much easier to locate that snippet in answers and within capire itself.
@hjboth hjboth requested a review from renejeglinsky as a code owner October 21, 2024 06:37
@@ -662,7 +664,8 @@ The following operators and clauses of CDL are supported:
* Logical: `and`, `or`, `not`
* Relational: `=`, `<>`, `!=`, `<`, `<=`, `>`, `>=`, `in`, `between ... and ...`
* Unary `+` and `-`
* Arithmetic: `+`, `-`, `*`, `/`, `||`
* Arithmetic: `+`, `-`, `*`, `/`
* Concat: `||`
Copy link
Contributor Author

@hjboth hjboth Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be exact, || is not an arithmetic operator...

advanced/odata.md Outdated Show resolved Hide resolved
@renejeglinsky renejeglinsky merged commit 0f6d1db into main Dec 3, 2024
4 checks passed
@renejeglinsky renejeglinsky deleted the null_anno_xpr_val branch December 3, 2024 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants